PDF4Java Reference Documentation
com.o2sol.pdf4java.content.batesnumbers Package / PDFBatesNumberAppearance Class / setBrush Method
The brush used to draw the Bates number on the page.
In This Topic
    setBrush Method
    In This Topic
    Sets the brush.
    Syntax
    public void setBrush( 
       PDFBrush brush
    )

    Parameters

    brush
    The brush used to draw the Bates number on the page.
    Exceptions
    ExceptionDescription
    When brush is null.
    See Also